body {
  background-color: white;
  color: rgb(80, 80, 80);
  font-family: 'Inter';
  text-align: center;
  height: 100vh;
}

h1{
  position: relative;
  text-align: center;
  margin-top: 45vh;
}

.contactbutton {
margin-top: 5vh;
aspect-ratio: 2;
border-radius: 5px;
background-color: rgb(80, 80, 80);
color: white;
}


.contactbutton:hover{
  cursor: pointer;;
}